Skip to main content

Object Class

Description:

  The static class for accessing object class attributes.

count

Type: Readonly Field.

Description:

  The number of total existing C++ objects.

Signature:

const count: integer

maxCount

Type: Readonly Field.

Description:

  The maximum number of C++ objects that were ever created.

Signature:

const maxCount: integer

luaRefCount

Type: Readonly Field.

Description:

  The number of total existing Lua references to C++ objects.

Signature:

const luaRefCount: integer

maxLuaRefCount

Type: Readonly Field.

Description:

  The maximum number of Lua references that were ever created.

Signature:

const maxLuaRefCount: integer

callRefCount

Type: Readonly Field.

Description:

  The number of C++ function call objects referenced by Lua.

Signature:

const callRefCount: integer

maxCallRefCount

Type: Readonly Field.

Description:

  The maximum number of C++ function call references that were ever created.

Signature:

const maxCallRefCount: integer